home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5749 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  895 b 

  1. Path: port2.sniff.smallmedia.com!user
  2. From: mhoward@plainfield.bypass.com (Mark Howard)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Looking for a clear screen function
  5. Date: Wed, 21 Feb 1996 07:02:47 -0500
  6. Organization: TGF Internet Services
  7. Message-ID: <mhoward-2102960702470001@port2.sniff.smallmedia.com>
  8. References: <4gaeba$d9h@nkosi.well.com> <3129AC77.5F25@fokus.gmd.de> <TANMOY.96Feb20084655@qcd.lanl.gov>
  9. NNTP-Posting-Host: port2.sniff.smallmedia.com
  10.  
  11. In article <TANMOY.96Feb20084655@qcd.lanl.gov>, tanmoy@qcd.lanl.gov
  12. (Tanmoy Bhattacharya) wrote:
  13.  
  14. > In article <3129AC77.5F25@fokus.gmd.de> Watson <sayegh@fokus.gmd.de>
  15. > writes: 
  16. >    > Does anyone know of a clear screen function to use both in turboC++ on
  17. >    > a PC and one to use in standard C for Unix machines
  18. >    #include<stdio.h>
  19. >    for (int i=0;i<25;i++)
  20. >            printf("\n");
  21.  
  22. Whats wrong with printf("\f"); ??
  23.  
  24. Mark
  25.